home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20021006-20030409 / 000273_dan@wavefront.ca_Mon Feb 10 10:09:10 EST 2003.msg < prev    next >
Text File  |  2020-01-01  |  2KB  |  62 lines

  1. Article: 14067 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!phl-feed.news.verio.net!iad-feed.news.verio.net!iad-peer.news.verio.net!news.verio.net!news.maxwell.syr.edu!newsfeed.stanford.edu!postnews1.google.com!not-for-mail
  3. From: dan@wavefront.ca (Dan Tappin)
  4. Newsgroups: comp.protocols.kermit.misc
  5. Subject: Serial Communications with a Keyspan Adapter on Mac OS X
  6. Date: 9 Feb 2003 21:40:46 -0800
  7. Organization: http://groups.google.com/
  8. Lines: 44
  9. Message-ID: <a42d788b.0302092140.545556cc@posting.google.com>
  10. NNTP-Posting-Host: 142.179.222.72
  11. Content-Type: text/plain; charset=ISO-8859-1
  12. Content-Transfer-Encoding: 8bit
  13. X-Trace: posting.google.com 1044855646 23890 127.0.0.1 (10 Feb 2003 05:40:46 GMT)
  14. X-Complaints-To: groups-abuse@google.com
  15. NNTP-Posting-Date: 10 Feb 2003 05:40:46 GMT
  16. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14067
  17.  
  18. I am trying to talk to a APC UPS via kermit.
  19.  
  20. I am running Mac OS X and and using a Keyspan serial adapter.
  21.  
  22. I have a cable to connect the serial port to the UPS as descriped
  23. here:
  24.  
  25. http://www.exploits.org/nut/
  26.  
  27. It details the pin-out between a Mac serial port and an APC UPS.
  28.  
  29. I have installed kermit but I can't seem to get a responce back from
  30. the unit.  Here is an example:
  31.  
  32. [junior:/usr/local/bin] admin% ./kermit
  33. C-Kermit 8.0.206, 24 Oct 2002, for Mac OS X 1.0
  34.  Copyright (C) 1985, 2002,
  35.   Trustees of Columbia University in the City of New York.
  36. Type ? or HELP for help.
  37. (/usr/local/bin/) C-Kermit>set line /dev/tty.USA28X11P1.1
  38. (/usr/local/bin/) C-Kermit>set carrier-watch off
  39. (/usr/local/bin/) C-Kermit>set speed 2400
  40. /dev/tty.USA28X11P1.1, 2400 bps
  41. (/usr/local/bin/) C-Kermit>set serial 8n1
  42. (/usr/local/bin/) C-Kermit>connect
  43. Connecting to /dev/tty.USA28X11P1.1, speed 2400
  44.  Escape character: Ctrl-\ (ASCII 28, FS): enabled
  45. Type the escape character followed by C to get back,
  46. or followed by ? to see other options.
  47. ----------------------------------------------------
  48.  
  49. (Back at junior.wavefront.ca)
  50. ----------------------------------------------------
  51. (/usr/local/bin/) C-Kermit>^C...
  52. (/usr/local/bin/) C-Kermit>quit
  53. Closing /dev/tty.USA28X11P1.1...OK
  54.  
  55. No matter what command I send to the UPS I get no response back.
  56.  
  57. Any ideas / pointers out there?
  58.  
  59. Thanks,
  60.  
  61. Dan
  62.